home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TFOLDERDIALOGFORM / TFOLDERDIALOGFORM.txt
Text File  |  2004-10-12  |  2KB  |  96 lines

  1. object FolderDialogForm: TFolderDialogForm
  2.   Left = 376
  3.   Top = 163
  4.   ActiveControl = dTree
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Select Directory'
  8.   ClientHeight = 345
  9.   ClientWidth = 317
  10.   Color = clBtnFace
  11.   Constraints.MinHeight = 300
  12.   Constraints.MinWidth = 300
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   OldCreateOrder = True
  19.   Position = poScreenCenter
  20.   OnCloseQuery = FormCloseQuery
  21.   OnCreate = FormCreate
  22.   DesignSize = (
  23.     317
  24.     345)
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27.   object lTitle: TLabel
  28.     Left = 8
  29.     Top = 8
  30.     Width = 299
  31.     Height = 33
  32.     Anchors = [akLeft, akTop, akRight]
  33.     AutoSize = False
  34.     WordWrap = True
  35.   end
  36.   object bNew: TButton
  37.     Left = 8
  38.     Top = 313
  39.     Width = 99
  40.     Height = 25
  41.     Anchors = [akLeft, akRight, akBottom]
  42.     TabOrder = 1
  43.     OnClick = bNewClick
  44.   end
  45.   object dTree: TShellTreeView
  46.     Left = 8
  47.     Top = 80
  48.     Width = 298
  49.     Height = 220
  50.     ObjectTypes = [otFolders]
  51.     Root = 'rfDesktop'
  52.     UseShellImages = True
  53.     Anchors = [akLeft, akTop, akRight, akBottom]
  54.     AutoRefresh = False
  55.     Indent = 19
  56.     ParentColor = False
  57.     RightClickSelect = True
  58.     ShowRoot = False
  59.     TabOrder = 0
  60.     OnChange = dTreeChange
  61.   end
  62.   object bOK: TButton
  63.     Left = 130
  64.     Top = 313
  65.     Width = 85
  66.     Height = 25
  67.     Anchors = [akLeft, akRight, akBottom]
  68.     Caption = '&OK'
  69.     Default = True
  70.     ModalResult = 1
  71.     TabOrder = 2
  72.   end
  73.   object bCancel: TButton
  74.     Left = 226
  75.     Top = 313
  76.     Width = 83
  77.     Height = 25
  78.     Anchors = [akLeft, akRight, akBottom]
  79.     Cancel = True
  80.     Caption = 'Cancel'
  81.     ModalResult = 2
  82.     TabOrder = 3
  83.   end
  84.   object eDir: TEdit
  85.     Left = 8
  86.     Top = 48
  87.     Width = 299
  88.     Height = 19
  89.     Anchors = [akLeft, akTop, akRight]
  90.     Ctl3D = False
  91.     ParentCtl3D = False
  92.     TabOrder = 4
  93.     OnChange = eDirChange
  94.   end
  95. end
  96.